Feat/credit apis#8
Closed
blueogin wants to merge 6 commits into
Closed
Conversation
…withdraw functionality, and add pagination for credit transactions
…introduce .gitignore for wrangler
…API to reflect buyer information, and enhance tests for buyer-related logic
… README and configuration files, and refactor reserve price fetching logic
…uperfluid stream settlement checks
… for calculating elapsed time and accrued amounts
sirpy
requested changes
Jul 2, 2026
sirpy
left a comment
Contributor
There was a problem hiding this comment.
The read endpoints that simply tunnel requests to the blockchain should not be implemented.
The UI can read it directly from the blockchain.
The operator signing process also should be handled mostly on the UI. You should keep the method that submits the setOperator to the blockchain. ie write endpoints should be kept read endpoints removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the GoodDollar AntSeed Worker API surface for widget and integration clients: account credit/dashboard endpoints, G$ <-> credit quotes, Celo event ingestion with Base funding, buyer operator consent, principal withdraw, and daily stream accrual.
About #7 (link your issue here)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: